Skip to content

fix: surface error details in sendAccountConsolidations failure array#8634

Merged
at31416 merged 1 commit intomasterfrom
COIN-7828
Apr 27, 2026
Merged

fix: surface error details in sendAccountConsolidations failure array#8634
at31416 merged 1 commit intomasterfrom
COIN-7828

Conversation

@at31416
Copy link
Copy Markdown
Contributor

@at31416 at31416 commented Apr 27, 2026

Error objects pushed to failedTxs were serializing to empty {} in the API response due to non-enumerable properties on JS Error instances. Convert caught errors to plain objects with message and name before storing, so failures are visible to callers.

Ticket: COIN-7828

Error objects pushed to failedTxs were serializing to empty {} in the
API response due to non-enumerable properties on JS Error instances.
Convert caught errors to plain objects with message and name before
storing, so failures are visible to callers.

Ticket: COIN-7828
@linear
Copy link
Copy Markdown

linear Bot commented Apr 27, 2026

@at31416 at31416 marked this pull request as ready for review April 27, 2026 12:03
@at31416 at31416 requested review from a team as code owners April 27, 2026 12:03
@at31416 at31416 merged commit e205066 into master Apr 27, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants